home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libasound2-plugins / README-arcam-av < prev    next >
Text File  |  2009-05-06  |  1KB  |  30 lines

  1. Arcam AV Amplifier ALSA Control plugin
  2. ======================================
  3.  
  4. This plugin exposes the controls for an Arcam AV amplifier
  5. (see: http://www.arcam.co.uk/) as an ALSA mixer device.
  6.  
  7. To use this plugin you will need to connect the amplifier
  8. to the PC using an RS-232 null-modem cable and use the
  9. following ALSA configuration:
  10.  
  11.     ctl.arcam_av {
  12.         type arcam_av
  13.         port /dev/ttyS0
  14.     }
  15.  
  16. The "port" parameter is required and indicates the serial
  17. port to be used to communicate with the amplifier. There is
  18. an optional "zone" parameter, which accepts a value of
  19. either "1" (default) or "2", that indicates which of the
  20. amplifiers zones should be controlled.
  21.  
  22. NB: You must ensure that any user accounts that are to use
  23. this plugin have both read and write access rights for the
  24. configured serial port.
  25.  
  26. This plugin was developed and tested using an Arcam AVR 300
  27. amplifier. I believe most Arcam amplifiers use a sufficiently
  28. similar control system to be compatible with this plugin but
  29. your mileage may vary.
  30.